To make a bulleted list (list with a fat dot in front of each item), use the "star" (asterisk) token for each list item, with a slash-star (/*) on a line by itself to mark the end of the list:
<pre>* List item 1
* List item 2
* List item 3
/*
</pre>
will produce:
* List item 1
* List item 2
* List item 3
/*
Let's try it on [[b Second Page]].
# Now your page looks like this:
.result
== My second page.
Link back to ((Home)).
This link goes to the ((Third Page|next)) page.
.end
# Select [[b Edit Page]].
# Put a star and a space at the beginning of each of the link lines, and a slash-star on a line of its own: